home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / PHOTO-V / 00007.ls next >
Encoding:
Text File  |  1995-06-18  |  335 b   |  15 lines

  1. on button1 u_cast, d_cast
  2.   set ppctmp to clickOn()
  3.   repeat while stillDown()
  4.     set the castNum of sprite ppctmp to the number of cast d_cast
  5.     updateStage()
  6.   end repeat
  7.   set the castNum of sprite clickOn() to the number of cast u_cast
  8.   updateStage()
  9.   if rollOver(clickOn()) then
  10.     return 1
  11.   else
  12.     return 0
  13.   end if
  14. end
  15.